/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

#particles {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.pg-canvas{
	position: absolute;
	left: 0;
	top: 0%;
}
.intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .intro {
    padding: 0 10px;
  }
}
